This repository was archived by the owner on Jun 13, 2024. It is now read-only.
PSModule: Clean up code #424
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
-
throughout tobe consequent (before there was a mix of dashes and asterisk).
to use Verb-Noun.
functions, and also so that the error handling could be tested.
Suppressed some of the Script Analyzer rules that are not complaint
with the the Visual Studio Code workspace settings in this repository.
functions, and also so that the error handling could be tested.
when the current state is absent.
.MetaTestOptIn.json
file to opt-in for a lot of common testin the DscResource.Tests test framework that tests the DSC resources.
DSC/Examples
will be published to PowerShell Galleryso that they show up in the gallery part of Azure State Configuration.
The examples are published under the account 'dscresourcekit' which is
owned by the PowerShell DSC Team (DSC Resource Kit).
DSC/Examples
a.gitattributes
was added to make surethe examples is always checkout out using CRLF. There is an issue
using
Test-ScriptFileInfo
when files is checkout out using only LFwhich is the default in AppVeyor.
appveyor.yml
the PowerShell Gallery API key was addedfor the account 'dscresourcekit', which can only be decrypted using
the PowerShell AppVeyor account.
Fixes #418
Closes #423
This change is